Skip to main content
GET
/
v1
/
virtual-accounts
/
transactions
/
onramp
Get on ramp transactions
curl --request GET \
  --url 'https://api.moonpay.com/v1/virtual-accounts/transactions/onramp?apiKey='
{
  "transactions": [
    "<unknown>"
  ],
  "nextCursor": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

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.

Authorizations

apiKey
string
query
required

API Key authentication using a publishable API key in the query string. The key is passed as the apiKey query parameter. Publishable keys are safe to expose in client-side code.

Query Parameters

virtualAccountId
string<uuid>
externalCustomerId
string
Maximum string length: 255
pageSize
number
required
cursor
string<uuid>

Response

200 - application/json
transactions
any[]
required
nextCursor
string<uuid>