\BitcoincashAPI
All URIs are relative to https://beta.usemoon.ai
CreateBitcoinCashAccount
Post /bitcoincash
GetBitcoinCashAccount
Get /bitcoincash/{accountName}
ListBitcoinCashAccounts
Get /bitcoincash
SignBitcoinCashTransaction
Post /bitcoincash/{accountName}/sign-tx
CreateBitcoinCashAccount
AccountAPIResponse CreateBitcoinCashAccount(ctx).Authorization(authorization).BitcoinCashInput(bitcoinCashInput).Execute()
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to a apiCreateBitcoinCashAccountRequest struct via the builder pattern
authorization
string
bitcoinCashInput
BitcoinCashInput
Return type
AccountAPIResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetBitcoinCashAccount
AccountAPIResponse GetBitcoinCashAccount(ctx, accountName).Authorization(authorization).Execute()
Example
Path Parameters
ctx
context.Context
context for authentication, logging, cancellation, deadlines, tracing, etc.
accountName
string
Other Parameters
Other parameters are passed through a pointer to a apiGetBitcoinCashAccountRequest struct via the builder pattern
authorization
string
Return type
AccountAPIResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ListBitcoinCashAccounts
AccountAPIResponse ListBitcoinCashAccounts(ctx).Authorization(authorization).Execute()
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to a apiListBitcoinCashAccountsRequest struct via the builder pattern
authorization
string
Return type
AccountAPIResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
SignBitcoinCashTransaction
BitcoinCashAPIResponse SignBitcoinCashTransaction(ctx, accountName).Authorization(authorization).BitcoinCashTransactionInput(bitcoinCashTransactionInput).Execute()
Example
Path Parameters
ctx
context.Context
context for authentication, logging, cancellation, deadlines, tracing, etc.
accountName
string
Other Parameters
Other parameters are passed through a pointer to a apiSignBitcoinCashTransactionRequest struct via the builder pattern
authorization
string
bitcoinCashTransactionInput | BitcoinCashTransactionInput | |
Return type
BitcoinCashAPIResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]