Mining pool Merchant API
This API connects developers to the BSV Merchant API and lets developers:
-
Examine current Mempool mining pool miner fees
-
Check the status of BSV transactions
-
Send transactions directly to Mempool for propagation
We currently provide a free access token for testing:
561b756d12572020ea9a104c3441b71790acbbce95a6ddbf7e0630971af9424b
Query Mempool miner fees
Get the latest miner fees (Bitcoin transaction fee rates) from the Mempool mining pool.
-
Method:
GET
-
Header Params:
Param | Type | Required | Description |
---|---|---|---|
token | string | YES | Token to access API |
Return params:
Please see the official Merchant API Github for details:https://github.com/bitcoin-sv-specs/brfc-merchantapi
Query transaction status
-
Address: https://www.ddpurse.com/openapi/mapi/tx/{hash}
-
Method:
GET
-
Header params:
Param | Type | Required | Description |
---|---|---|---|
token | string | YES | Token to access API |
- Request params:
Param | Type | Required | Description |
---|---|---|---|
hash | string | YES | The transaction hash |
Return params:
Please see the official Merchant API Github for details:https://github.com/bitcoin-sv-specs/brfc-merchantapi
Send transaction Rawtx
-
Method:
POST
-
Header params:
Param | Type | Required | Description |
---|---|---|---|
token | string | YES | Token to access API |
- Body params:
Param | Type | Required | Description |
---|---|---|---|
rawtx | string | YES | Transaction raw hex |
Return params:
Please see the official Merchant API Github for details:https://github.com/bitcoin-sv-specs/brfc-merchantapi