Wallets
Get wallet transactions
Retrieve all transactions of an existing wallet.
GET
/
v1
/
wallets
/
{id}
/
transactions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredQuery Parameters
take
number | null
default: 50skip
number | null
default: 0Response
200 - application/json
meta
object
requireddata
object[]
requiredList of WalletTransaction.
Was this page helpful?