Get transactions by wallet ID

Get transactions for the specified wallet id.

Securitytilia_auth
Request
path Parameters
wallet_id
required
string (WalletId) <= 36 characters

The wallet ID.

Example: wal_2V2cKKqYoaj018K0EXBauwcurbd
query Parameters
limit
number
Default: 100

Maximum number of items to be retrieved

offset
number
Default: 0

Offset to query at

sort_field
string
Default: "updated"

The field to sort the items by

Enum: "created" "updated"
sort
string
Default: "desc"

Sort ascending or descending

Enum: "asc" "desc"
start
string

The start date and time for the filter in RFC-3339 timestamp format

end
string

The end date and time for the filter in RFC-3339 timestamp format

Responses
200

Transactions by wallet response

400

Invalid input

401

Unauthorized access.

404

Resource not found.

500

Service unavailable or server error.

get/v1/wallet/transactions/{wallet_id}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}