All URIs are relative to https://beta.usemoon.ai
Method | HTTP request | Description |
---|---|---|
create_bitcoin_account | POST /bitcoin | |
get_bitcoin_account | GET /bitcoin/{accountName} | |
list_bitcoin_accounts | GET /bitcoin | |
sign_bitcoin_transaction | POST /bitcoin/{accountName}/sign-tx |
crate::models::AccountApiResponse create_bitcoin_account(authorization, bitcoin_input)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
authorization | String | [required] | ||
bitcoin_input | BitcoinInput | [required] |
crate::models::AccountApiResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::AccountApiResponse get_bitcoin_account(authorization, account_name)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
authorization | String | [required] | ||
account_name | String | [required] |
crate::models::AccountApiResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::AccountApiResponse list_bitcoin_accounts(authorization)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
authorization | String | [required] |
crate::models::AccountApiResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::BitcoinApiResponse sign_bitcoin_transaction(authorization, account_name, bitcoin_transaction_input)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
authorization | String | [required] | ||
account_name | String | [required] | ||
bitcoin_transaction_input | BitcoinTransactionInput | [required] |
crate::models::BitcoinApiResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]