Optional
configuration: ConfigurationCreate a new fund operation with an address.
Create a new fund operation.
The ID of the wallet the address belongs to.
The onchain address to be funded.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Create a new fund operation with an address.
Create a Fund Operation quote.
The ID of the wallet the address belongs to.
The onchain address to be funded.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get fund operation.
Get fund operation.
The ID of the wallet the address belongs to.
The onchain address of the address that created the fund operation.
The ID of the fund operation to fetch.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
List fund operations for an address.
List fund operations for an address.
The ID of the wallet the address belongs to.
The onchain address of the address to list fund operations 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.
FundApi - axios parameter creator