curl --request GET \
--url https://api.developer.coinbase.com/onramp/v1/sell/transactions \
--header 'Authorization: Bearer <token>'{
"nextPageKey": "<string>",
"transactions": [
{
"asset": "<string>",
"coinbaseFee": {
"currency": "<string>",
"value": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"exchangeRate": {
"currency": "<string>",
"value": "<string>"
},
"fromAddress": "<string>",
"minimumTotal": {
"currency": "<string>",
"value": "<string>"
},
"network": "<string>",
"redirectUrl": "<string>",
"sellAmount": {
"currency": "<string>",
"value": "<string>"
},
"status": "TRANSACTION_STATUS_CREATED",
"subtotal": {
"currency": "<string>",
"value": "<string>"
},
"toAddress": "<string>",
"total": {
"currency": "<string>",
"value": "<string>"
},
"transactionId": "<string>",
"txHash": "<string>",
"unitPrice": {
"currency": "<string>",
"value": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Returns all offramp transactions created by your app in the provided time period.
curl --request GET \
--url https://api.developer.coinbase.com/onramp/v1/sell/transactions \
--header 'Authorization: Bearer <token>'{
"nextPageKey": "<string>",
"transactions": [
{
"asset": "<string>",
"coinbaseFee": {
"currency": "<string>",
"value": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"exchangeRate": {
"currency": "<string>",
"value": "<string>"
},
"fromAddress": "<string>",
"minimumTotal": {
"currency": "<string>",
"value": "<string>"
},
"network": "<string>",
"redirectUrl": "<string>",
"sellAmount": {
"currency": "<string>",
"value": "<string>"
},
"status": "TRANSACTION_STATUS_CREATED",
"subtotal": {
"currency": "<string>",
"value": "<string>"
},
"toAddress": "<string>",
"total": {
"currency": "<string>",
"value": "<string>"
},
"transactionId": "<string>",
"txHash": "<string>",
"unitPrice": {
"currency": "<string>",
"value": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Was this page helpful?