1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00
bitcoin-bips/bip-0040/service-firstbits.mediawiki
2024-05-12 23:26:08 +02:00

62 lines
No EOL
973 B
Text

=Service: Firstbits=
* Service type: <code>firstbits</code>
* Service vendor: <code>blockchain.info</code> and <code>firstbits.com</code>
==Method: Create==
* Method name: <code>create</code>
{|
! <ins>[Request]</ins>
! Type
! Example
! Description
|-
! Method
| colspan="3" | <code>firstbits.create</code>
|-
! Params [0] (<code>address</code>)
| <code>string</code>
| <code>1MarekMKDKRb6PEeHeVuiCGayk9avyBGBB</code>
| The address.
|-
! <ins>[Response]</ins>
! Type
! Example
! Description
|-
! Result
| <code>string</code>
| <code></code>
| The firstbits string.
|}
==Method: Resolve==
* Method name: <code>resolve</code>
{|
! <ins>[Request]</ins>
! Type
! Example
! Description
|-
! Method
| colspan="3" | <code>firstbits.resolve</code>
|-
! Params [0] (<code>firstbits</code>)
| <code>string</code>
| <code>1MarekM</code>
| The address.
|-
! <ins>[Response]</ins>
! Type
! Example
! Description
|-
! Result
| <code>string</code>
| <code></code>
| The address.
|}