Optional configuration: ConfigurationOptional basePath: stringOptional axios: AxiosInstanceCreate a new fund operation with an address.
The ID of the wallet the address belongs to.
The onchain address to be funded.
Optional options: RawAxiosRequestConfigOverride http request option.
Create a new fund operation.
Create a new fund operation with an address.
The ID of the wallet the address belongs to.
The onchain address to be funded.
Optional options: RawAxiosRequestConfigOverride http request option.
Create a Fund Operation quote.
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: RawAxiosRequestConfigOverride http request option.
Get fund operation.
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: RawAxiosRequestConfigOverride http request option.
List fund operations for an address.
FundApi - factory interface