API
Coffer Open API

Coffer Open API

Updates

Version: 1.0.0 [21/Dec/2024]

  • Fee
    • Get Fee Rate
    • Estimate Fee
  • Asset
    • Get Assets
  • Wallet
    • Create A Multisig Wallet
    • Get Multisig Wallets
    • Join A Multisig Wallet
    • Get A Multisig Wallet By Wallet ID
  • Transaction
    • Create A Transaction
    • Get Transactions
    • Get A Transaction From Transaction ID
    • Get A Transaction PSBT
    • Confirm A Transaction

Endpoint

https://open-api.coffer.network/v1

Fee

Get Fee Rate

URI: /fee-rate

Method: GET

Parameters: None

Responses:

CodeDescriptionSchema
200OKFeeRecommended

Estimate Fee

URI: /estimate-fee

Method: POST

Parameters: None

Responses:

CodeDescriptionSchema
200OKEstimateFee

Asset

Get Assets

URI: /wallets/{address}/assets

Method: GET

Parameters: None

Responses:

CodeDescriptionSchema
200OK[ Asset ]

Wallet

Create A Multisig Wallet

URI: /wallets

Method: POST

Parameters:

NameLocated inDescriptionRequiredSchema
bodybodyRequest bodyYesobject

Responses:

CodeDescriptionSchema
200OKWalletItem

Get Multisig Wallets

URI: /wallets

Method: GET

Parameters: None

Responses:

CodeDescriptionSchema
200OK[ WalletItem ]

Join A Multisig Wallet

URI: /wallets/{wid}/join

Method: POST

Parameters: None

Responses:

CodeDescriptionSchema
200OKWalletItem

Get A Multisig Wallet By Wallet ID

URI: /wallets/{wid}

Method: GET

Parameters: None

Responses:

CodeDescriptionSchema
200OKWalletItem

Transaction

Create A Transaction

URI: /transactions

Method: POST

Parameters:

NameLocated inDescriptionRequiredSchema
bodybodyRequest bodyYesTransactionCreate

Responses:

CodeDescriptionSchema
200OKTransaction

Get Transactions

URI: /transactions

Method: GET

Parameters: None

Responses:

CodeDescriptionSchema
200OKTransactionList

Get A Transaction From Transaction ID

URI: /transactions/{tid}

Method: GET

Parameters: None

Responses:

CodeDescriptionSchema
200OKTransaction

Get A Transaction PSBT

URI: /transactions/{tid}/psbt

Method: GET

Parameters: None

Responses:

CodeDescriptionSchema
200OKobject

Confirm A Transaction

URI: /transactions/{tid}/confirm

Method: POST

Parameters: None

Responses:

CodeDescriptionSchema
200OKTransaction

Models

FeeRecommended

NameTypeDescriptionRequired
fastestFeeintegerFastest FeeNo
halfHourFeeintegerHalf Hour FeeNo
hourFeeintegerHour FeeNo
economyFeeintegerEconomy FeeNo
minimumFeeintegerMinimum FeeNo

EstimateFee

NameTypeDescriptionRequired
feeintegerFeeNo

Asset

NameTypeDescription
assetIdstringAsset ID
assetNamestringAsset Name
assetTypestringAsset Type
assetSpecialNamestringAsset Special Name
walletAddressstringWallet Address
balancestringBalance
unconfirmedBalancestringUnconfirmed Balance
providerstringProvider

WalletItem

NameTypeDescription
uuidstringWallet ID
addressTypestringAddress Type
addressstringAddress
thresholdintegerThreshold
signerCountintegerSigner Count
networkstringNetwork
creatorstringCreator
createdAtintegerCreated At
signers[ WalletSignerItem ]Signers

WalletSignerItem

NameTypeDescription
namestringName
addressstringAddress
networkstringNetwork
joinedAtintegerJoined At
isJoinedbooleanIs Joined
isCreatorbooleanIs Creator

TransactionCreate

NameTypeDescription
fromAddressstringFrom Address
toAddressstringTo Address
assetTypestringAsset Type
assetNamestringAsset Name
amountnumberAmount
feeRateintegerFee Rate
networkstringNetwork

Transaction

NameTypeDescriptionRequired
uuidstringTransaction IDNo
fromstringFromNo
tostringToNo
addressTypestringAddress TypeNo
assetNamestringAsset NameNo
amountintegerAmountNo
networkstringNetworkNo
walletobjectWalletNo
createdintegerCreatedNo

TransactionList

NameTypeDescriptionRequired
items[ TransactionListItem ]ItemsNo

TransactionListItem

NameTypeDescriptionRequired
uuidstringTransaction IDNo
fromstringFromNo
tostringToNo
addressTypestringAddress TypeNo
assetNamestringAsset NameNo
amountintegerAmountNo
networkstringNetworkNo
isPendingbooleanIs PendingNo
isReceivedbooleanIs ReceivedNo
txIdstringTx IDNo
confirmedstringConfirmedNo
broadcastedAtintegerBroadcasted AtNo
feeintegerFeeNo
feeRateintegerFee RateNo
creatorstringCreatorNo
signers[ TransactionSigner ]SignersNo

TransactionSigner

NameTypeDescription
confirmedActionstringConfirmed Action
confirmedAtintegerConfirmed At
signerAddressstringSigner Address