curl --request GET \
--url 'https://api.moonpay.com/v1/virtual-accounts/transactions/onramp/{transactionId}?apiKey='{
"createdAt": "<string>",
"destination": {
"wallet": {
"walletAddress": "<string>",
"walletAddressTag": "<string>"
},
"network": {
"code": "akash",
"icon": "<string>",
"name": "<string>"
}
},
"destinationAmount": "<string>",
"destinationCurrency": {
"network": {
"code": "<string>",
"icon": "<string>",
"name": "<string>"
},
"notAllowedCountries": [
"<unknown>"
],
"notAllowedUSStates": [
"<unknown>"
]
},
"feeBreakdown": {
"networkFees": [
{
"amount": "<string>",
"currency": "<string>",
"settlement": "deductedImmediately",
"type": "SepaIn"
}
],
"partnerFees": [
{
"amount": "<string>",
"currency": "<string>",
"settlement": "deductedImmediately"
}
],
"deductedFee": {
"amount": "<string>",
"currency": "<string>"
}
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source": {
"accountAddress": "<string>",
"accountName": "<string>",
"type": "ACH",
"accountNumber": "<string>",
"bankAddress": "<string>",
"bankName": "<string>",
"bic": "<string>",
"iban": "<string>",
"routingNumber": "<unknown>",
"sortCode": "<unknown>"
},
"sourceAmount": "<string>",
"sourceCurrency": {
"code": "<string>",
"name": "<string>",
"type": "<string>"
},
"status": "FundsReviewInProgress",
"payoutCryptoTransaction": {
"transactionHash": "<string>"
}
}curl --request GET \
--url 'https://api.moonpay.com/v1/virtual-accounts/transactions/onramp/{transactionId}?apiKey='{
"createdAt": "<string>",
"destination": {
"wallet": {
"walletAddress": "<string>",
"walletAddressTag": "<string>"
},
"network": {
"code": "akash",
"icon": "<string>",
"name": "<string>"
}
},
"destinationAmount": "<string>",
"destinationCurrency": {
"network": {
"code": "<string>",
"icon": "<string>",
"name": "<string>"
},
"notAllowedCountries": [
"<unknown>"
],
"notAllowedUSStates": [
"<unknown>"
]
},
"feeBreakdown": {
"networkFees": [
{
"amount": "<string>",
"currency": "<string>",
"settlement": "deductedImmediately",
"type": "SepaIn"
}
],
"partnerFees": [
{
"amount": "<string>",
"currency": "<string>",
"settlement": "deductedImmediately"
}
],
"deductedFee": {
"amount": "<string>",
"currency": "<string>"
}
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source": {
"accountAddress": "<string>",
"accountName": "<string>",
"type": "ACH",
"accountNumber": "<string>",
"bankAddress": "<string>",
"bankName": "<string>",
"bic": "<string>",
"iban": "<string>",
"routingNumber": "<unknown>",
"sortCode": "<unknown>"
},
"sourceAmount": "<string>",
"sourceCurrency": {
"code": "<string>",
"name": "<string>",
"type": "<string>"
},
"status": "FundsReviewInProgress",
"payoutCryptoTransaction": {
"transactionHash": "<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.
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.
[^\/#\?]+?\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d.\d+Z?Show child attributes
255Show child attributes
Show child attributes
Show child attributes
255Show child attributes
FundsReviewInProgress, ConversionInProgress, PayoutInProgress, Completed, Failed, RejectedAml, RejectedFraud, RejectedMinAmount Show child attributes