Get All Cryptocurrency Transactions
GET/api/v1/crypto/transaction/all
Retrieves a list of all cryptocurrency transactions associated with the current user.
Request
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
address Addressrequired
status Statusrequired
transaction_amount Transaction Amountrequired
transaction_currency Transaction Currencyrequired
transaction_date Transaction Daterequired
transaction_id Transaction Idrequired
original_transaction_id Original Transaction Id
transaction_type Transaction Typerequired
transaction_network Transaction Network
notes Notesrequired
[
{
"address": "string",
"status": "string",
"transaction_amount": 0,
"transaction_currency": "string",
"transaction_date": "string",
"transaction_id": "string",
"original_transaction_id": "string",
"transaction_type": "string",
"transaction_network": "string",
"notes": "string"
}
]
Loading...