List Sell transactions
Returns an array of successful Sell transactions which fulfill criteria supplied in the query parameters. Each entry in the array is a separate transaction object. Transactions will be listed from newest to oldest. This call will return an error if customerId is not supplied in the query parameters.
Authorizations
Your secret API key, passed as Authorization: Api-Key <secret key>, for example Authorization: Api-Key sk_test_key. Secret keys are prefixed with sk_test_ (sandbox) or sk_live_ (production) and must only be used server-side. Never expose them in client code. Find your keys on the API keys page of the dashboard. See Authentication.
Query Parameters
Response
Successful response: an array of Sell transactions, newest first.
Unique identifier for the object.
"9020fd02-42ac-497f-8b5f-41fdf4dd0b1d"
Time at which the object was created. Returned as an ISO 8601 string.
"2024-02-23T00:58:26.577Z"
Time at which the object was last updated. Returned as an ISO 8601 string.
"2024-02-23T00:58:26.577Z"
Time at which the sell quote expires. Returned as an ISO 8601 string.
"2024-02-23T01:28:26.577Z"
A positive number representing how much the customer wants to sell.
0.575
A positive number representing the amount of cryptocurrency the customer will receive. Set when the purchase of cryptocurrency has been executed.
1521.11
A positive number representing the fee for the transaction.
15.36
A positive number representing your extra fee for the transaction.
0
The transaction's status.
waitingForDeposit, pending, failed, completed "completed"
The transaction's failure reason. Set when transaction's status is failed.
null
A wallet address at which the customer can receive cryptocurrency. In case we cannot process the sale of the customer's cryptocurrency, we will return the cryptocurrency to this wallet address. Might be empty
""
The cryptocurrency transaction identifier representing the transfer from the customer's wallet to MoonPay's wallet. Set when the deposit has been executed and received.
"0x0e13c1c9d8b542a1888e63e6d5871a2199893a0f2851c9353120b7e18fce1802"
An optional URL used in a widget implementation. It is passed to us by you in the query parameters, and we include it as a link on the transaction tracker page.
null
The transaction's payout method.
ach_bank_transfer, credit_debit_card, paypal, gbp_bank_transfer, sepa_bank_transfer "credit_debit_card"
The exchange rate between the transaction's base currency and Euro at the time of the transaction.
1
The exchange rate between the transaction's base currency and US Dollar at the time of the transaction.
1.08193
The exchange rate between the transaction's base currency and British Pound at the time of the transaction.
0.85501
The identifier of the fiat the customer wants to get.
"71435a8d-211c-4664-a59e-2a5361a6c5a7"
The identifier of the crypto currency the customer wants to sell.
"8d305f63-1fd7-4e01-a220-8445e591aec4"
The identifier of the customer the transaction is associated with.
"3b97352d-a9c2-4786-afe7-e7d74e0a8ad7"
The identifier of the bank account used for this transaction.
"ee0e649f-a072-4cdb-96ce-a1ea393eac1e"
An identifier associated with the customer, provided by you.
null
An identifier associated with the transaction, provided by you.
null