API
Enpoints
Address Book
3 min
get api/external/contacts/ request none response list\[contact] sdk function get contacts(self) get api/external/contacts/{contactid} request none response contact sdk function get contact(self, id) post api/external/contacts request { "name" str, "address" str, "blockchain" str, "tags" optional\[str] } response contact sdk function def create contact( self, name str, address str, chain str, tags optional\[list\[str]] = none, external id optional\[str] = none, )