Create a new address scoped to the wallet.
The ID of the wallet to create the address in.
Optional
createAddressRequest: CreateAddressRequestThe address creation request.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Create a new payload signature with an address.
The ID of the wallet the address belongs to.
The onchain address of the address to sign the payload with.
Optional
createPayloadSignatureRequest: CreatePayloadSignatureRequestThe payload signature creation request.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Get address by onchain address.
The ID of the wallet the address belongs to.
The onchain address of the address that is being fetched.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Get address balance
The ID of the wallet to fetch the balance for.
The onchain address of the address that is being fetched.
The symbol of the asset to fetch the balance for.
Optional
options: AxiosRequestConfig<any>Axios request options.
Get payload signature by the specified payload signature ID.
The ID of the wallet the address belongs to.
The onchain address of the address to sign the payload with.
The ID of the payload signature to fetch.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Lists address balances
The ID of the wallet to fetch the balances for.
The onchain address of the address that is being fetched.
Optional
page: stringA cursor for pagination across multiple pages of results. Do not include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: AxiosRequestConfig<any>Override http request option.
Lists addresses.
The ID of the wallet the addresses belong to.
Optional
limit: numberThe maximum number of addresses to return.
Optional
page: stringA cursor for pagination across multiple pages of results. Do not include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: AxiosRequestConfig<any>Override http request option.
If the request fails.
List payload signatures for the specified address.
The ID of the wallet the address belongs to.
The onchain address of the address to sign the payload with.
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: AxiosRequestConfig<any>Axios request options.
If the request fails.
AddressAPI client type definition.