Package com.dinari.api.client
Interface DinariClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DinariClientAsync.WithRawResponseA view of DinariClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract DinariClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract V2ServiceAsync.WithRawResponsev2()Ordersrepresent the buying and selling of assets under anAccount.-
-
Method Detail
-
withOptions
abstract DinariClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
v2
abstract V2ServiceAsync.WithRawResponse v2()
Ordersrepresent the buying and selling of assets under anAccount.For
Accountsusing self-custodiedWallets,Ordersare created and fulfilled by making calls to Dinari's smart contracts, or using the Proxied Orders methods.For
Accountsusing managedWallets,Ordersare created and fulfilled by using theManaged Ordersmethods, which then create the corresponding transactions on the blockchain.
-
-
-
-