You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User can input a ordinals name such as abc.btc when transfer. I found UniSat called https://wallet-api.unisat.io/v5/address/search?domain=abc.btc to get the resolved address, but I did not find this API in public API docs. I think this is a internal API.
So I suggest add a new public API to query resolved address by ordinals name such as abc.btc, so that other projects can easily resolve a ordinals name to wallet address.
The text was updated successfully, but these errors were encountered:
Currently, UniSats supports .btc, .sats, .unisat and .x , see here: https://docs.unisat.io/knowledge-base/name-recognized-and-resolved .
User can input a ordinals name such as abc.btc when transfer. I found UniSat called https://wallet-api.unisat.io/v5/address/search?domain=abc.btc to get the resolved address, but I did not find this API in public API docs. I think this is a internal API.
So I suggest add a new public API to query resolved address by ordinals name such as abc.btc, so that other projects can easily resolve a ordinals name to wallet address.
The text was updated successfully, but these errors were encountered: