Money Button Documentation

Money Button Documentation

  • Money Button
  • API
  • Examples
  • Paymail
  • bsv

›API v2

Money Button

  • Money Button Overview
  • HTML
  • Javascript
  • React
  • Crypto Operations
  • Invisible Money Button
  • Paymail Signatures
  • Paymail Encryption
  • Simple Fabriik Protocol for Tokens

API

  • API Overview
  • Apps
  • Webhooks
  • Tokens
  • Currencies
  • Javascript Client
  • Authentication

    • Authentication Overview
    • OAuth
    • OAuth With JS Client

    API v1

    • Get User Identity
    • Get User Profile
    • Get User Balance
    • Get Payments
    • Get Payment By ID

    API v2

    • Get User Balances
    • Get Payments
    • Get Payment By ID
    • Get Assets
    • Create Asset
    • Modify Asset

Examples

  • Examples Overview
  • OP_RETURN Scripts
  • Assets

Paymail

  • Paymail Overview
  • Paymail Video Series
  • Paymail Introduction
  • BRFC Specifications
  • Specification Documents
  • BRFC ID Assignment
  • Service Discovery
  • Host Discovery
  • Capability Discovery
  • Public Key Infrastructure
  • Payment Addressing
  • Payment Addressing (Basic Address Resolution)
  • Payment Addressing (Payer Validation)
  • Payment Addressing (Payee Approvals)
  • Payment Addressing (PayTo Protocol Prefix)
  • Verify Public Key Owner
  • P2P Transactions
  • P2P Payment Destination
  • Recommendations

Bitcoin SV Library (bsv)

  • Bitcoin SV Library (bsv)
  • Big Numbers
  • Points (Elliptic Curves)
  • Hash Functions
  • Base 58
  • Private Keys
  • Public Keys
  • Addresses
  • ECDSA
  • Bitcoin Signed Messages
  • Signatures
  • HD Private Keys (BIP32)
  • HD Public Keys (BIP32)
  • Mnemonics (BIP39)
  • Script

Get Assets

Returns a collection of assets belonging to the current user or app.

Facts

AttributeValue
urlhttps://www.moneybutton.com/api/v2/me/assets
http verbGET
Required scopeusers.asset:read

Example Response

[{
  "id": "100",
  "name": "My First Token",
  "userId": "5",
  "avatar": "https://mywebsite.com/first-token-avatar",
  "description": "My First Token description",
  "initialSupply": "1000000",
  "paymailDomain": null,
  "paymailAlias": "e5045f6a00a2.asset",
  "updatedAt": "2020-12-27T12:36:52.886Z",
  "createdAt": "2020-12-27T12:36:52.886Z",
  "tokenProtocolId": "1"
}, {
  "id": "101",
  "name": "My Second Token",
  "userId": "5",
  "avatar": "https://mywebsite.com/second-token-avatar",
  "description": "My Second Token description",
  "initialSupply": "20000",
  "paymailDomain": null,
  "paymailAlias": "e5045f6a00b3.asset",
  "updatedAt": "2020-12-27T12:36:52.886Z",
  "createdAt": "2020-12-27T12:36:52.886Z",
  "tokenProtocolId": "1"
}]
← Get Payment By IDCreate Asset →
  • Facts
  • Example Response
Money Button Documentation
Docs
Money ButtonAPIDesignbsv
Community
redditYoutubeTelegramTwitter
More
BlogInstagramGitHubStar
See an error in our documentation? Issue a pull request to fix it.
Copyright © 2021 Yours Inc.