Package com.dinari.api.client
Interface DinariClient.WithRawResponse
-
- All Implemented Interfaces:
public interface DinariClient.WithRawResponseA view of DinariClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract DinariClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract V2Service.WithRawResponsev2()Ordersrepresent the buying and selling of assets under anAccount.-
-
Method Detail
-
withOptions
abstract DinariClient.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 V2Service.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.
-
-
-
-