curl --request GET \
--url https://api.moonpay.com/v1/transactions \
--header 'Authorization: <api-key>'{
"object": "<string>"
}Returns an array of successful Buy 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.
curl --request GET \
--url https://api.moonpay.com/v1/transactions \
--header 'Authorization: <api-key>'{
"object": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.