Broadcasts a transfer.
The ID of the wallet the address belongs to.
The ID of the address the transfer belongs to.
The ID of the transfer to broadcast.
The request body.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Creates a Transfer.
The ID of the wallet the address belongs to.
The ID of the address the transfer belongs to.
The request body.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Retrieves a Transfer.
The ID of the wallet the address belongs to.
The ID of the address the transfer belongs to.
The ID of the transfer to retrieve.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Lists Transfers.
The ID of the wallet the address belongs to.
The ID of the address the transfers belong to.
Optional
limit: numberThe maximum number of transfers to return.
Optional
page: stringThe cursor for pagination across multiple pages of Transfers.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
TransferAPI client type definition.