Package com.dinari.api.client
Class DinariClientImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.client.DinariClient.WithRawResponse
public final class DinariClientImpl.WithRawResponseImpl implements DinariClient.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description DinariClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. V2Service.WithRawResponsev2()Ordersrepresent the buying and selling of assets under anAccount.-
-
Method Detail
-
withOptions
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
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.
-
-
-
-