BitcoincashApi
BitcoincashApi
Method
HTTP request
Description
createBitcoinCashAccount
Example
// Import classes:
//import org.usemoonai.moonsdk.infrastructure.*
//import org.usemoonai.moonsdk.models.*
val apiInstance = BitcoincashApi()
val authorization : kotlin.String = authorization_example // kotlin.String |
val bitcoinCashInput : BitcoinCashInput = // BitcoinCashInput |
try {
val result : AccountAPIResponse = apiInstance.createBitcoinCashAccount(authorization, bitcoinCashInput)
println(result)
} catch (e: ClientException) {
println("4xx response calling BitcoincashApi#createBitcoinCashAccount")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling BitcoincashApi#createBitcoinCashAccount")
e.printStackTrace()
}Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
getBitcoinCashAccount
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
listBitcoinCashAccounts
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
signBitcoinCashTransaction
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
Last updated