Optional
configuration: ConfigurationCreate a new address scoped to the wallet.
The ID of the wallet to create the address in.
Optional
createAddressRequest: CreateAddressRequestOptional
options: RawAxiosRequestConfigOverride http request option.
Create a new address
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: CreatePayloadSignatureRequestOptional
options: RawAxiosRequestConfigOverride http request option.
Create a new payload signature.
Get address
The ID of the wallet the address belongs to.
The onchain address of the address that is being fetched.
Optional
options: RawAxiosRequestConfigOverride http request option.
Get address by onchain address
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: RawAxiosRequestConfigOverride http request option.
Get address balance for asset
Get payload signature.
The ID of the wallet the address belongs to.
The onchain address of the address that signed the payload.
The ID of the payload signature to fetch.
Optional
options: RawAxiosRequestConfigOverride http request option.
Get payload signature.
Get 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. 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: RawAxiosRequestConfigOverride http request option.
Get all balances for address
List addresses in the wallet.
The ID of the wallet whose addresses to fetch
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: RawAxiosRequestConfigOverride http request option.
List addresses in a wallet.
List payload signatures for an address.
The ID of the wallet the address belongs to.
The onchain address of the address whose payload signatures to fetch.
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: RawAxiosRequestConfigOverride http request option.
List payload signatures for an address.
Request faucet funds to be sent to onchain address.
The ID of the wallet the address belongs to.
The onchain address of the address that is being fetched.
Optional
assetId: stringThe ID of the asset to transfer from the faucet.
Optional
options: RawAxiosRequestConfigOverride http request option.
Request faucet funds for onchain address.
AddressesApi - functional programming interface