For the complete documentation index, see llms.txt. This page is also available as Markdown.

Card Account

Retrieve information of card accounts

Demo code can be found at Github

Top Up Card

top up card

POST https://api.musepay.io/v1/cardaccount/topup

Request Body

Name
Type
Description

request_id*

String

External identifier for the top up request.

card_id*

String

The card ID of the card issued

amount*

String

Amount to top up

currency*

String

Currency for amount deduction

user_id*

String

The unique user id in MuseWallet

{
  "code": "200",
  "data": {
    "amount": "5.880000000000000000",
    "currency": "USDT_TRC20",
    "fee": "0",
    "order_no": "2023169681108404690947",
    "request_id": "e6dcba5ced67d59",
    "status": "PENDING"
  },
  "message": "success"
}

Query Card Account Transactions

query card account transactions

POST https://api.musepay.io/v1/cardaccount/transactions

Request Body

Name
Type
Description

card_id*

String

The card ID of the card issued

order_no

String

transaction order id

date_range_from

Number

date_range_to

Number

page_size

Number

default 50, between 1 and 1000

user_id*

String

The unique user id in MuseWallet

request_id

String

External identifier for the top up request.

page_number

Number

default 1

tx_status

String

tx status

tx_type

String

tx type

detail_id

String

Last updated