Optional
configuration: ConfigurationBroadcast a transfer
Broadcast 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
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Create a new transfer
Create a new transfer for an address
The ID of the wallet the source address belongs to
The ID of the address to transfer from
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get a transfer by ID
Get a transfer by ID
The ID of the wallet the address belongs to
The ID of the address the transfer belongs to
The ID of the transfer to fetch
Optional
options: RawAxiosRequestConfig = {}Override http request option.
List transfers for an address.
List transfers for an address.
The ID of the wallet the address belongs to
The ID of the address to list transfers for
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Optional
page: stringA cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
TransfersApi - axios parameter creator